home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / utils / tpshw.arj / NEXTTIME.BAT < prev    next >
DOS Batch File  |  1993-10-16  |  442b  |  16 lines

  1. @ECHO OFF
  2. CLS
  3. IF EXIST TP-REG.EXE GOTO START
  4. @ECHO This is a file to demo the "BATCH CHAINING" & "TIME-PLUS" features 
  5. @ECHO of the registered version of TIME-PRO. The shareware version
  6. @ECHO does not support these features. Please see the Users Manual.
  7. @ECHO.
  8. GOTO END
  9. :START
  10. REM Place desired software command line here. 
  11. REM The line below restarts TIME-PRO at the next desired time.
  12. TP-REG 00+00+10 NEXTTIME
  13. :END
  14. BEEP
  15. BEEP
  16.